Breadcrumbs

API - Get Account Groups

Purpose

A post API to get a list of account groups.

Accessing the API

XML
Endpoint: /API/APP/APP007/GetAccountGroups


HTTP METHOD

XML
POST


Parameters

Parameters

Data Type

Required

Description

Filter

String

YES

All/Active/Disabled

Instance

String

YES

 Instance name


Sample Request (JSON)

XML
{
	"Filter":"All",
	"Instance":"Default"
}


Sample Response (JSON)

XML
{
	"Version":"2.3.0.0",
	"IsSuccess":true,
	"LogCode":"0",
	"Result":"[
	  {
		"GroupName": "GroupName",
		"Method": "Attribute Based Group",
		"CreatedBy": "CreatedBy",
		"CreatedOn": "04 Jan 2018 12:40:40 GMT 05:30:00",
		"Status": "Active"
	  },
	  {
		"GroupName": "GroupName",
		"Method": "Static Group",
		"CreatedBy": "CreatedBy",
		"CreatedOn": "04 Jan 2018 15:51:33 GMT 05:30:00",
		"Status": "Active"
	  }
	]",
	"StatusCode":"Accepted",
	"Timestamp":"03 Jun 2019 11:45:38 GMT 05:30:00"
}