/
List Pam Group Info
List Pam Group Info
Jiyoon Ahn (Unlicensed)
Owned by Jiyoon Ahn (Unlicensed)
This function is one of Open API Operation. You can find the movie in ARGOS RPA+ video tutorial.
GET /openapi/v1/pamGroup/list
Example request :
Example request |
---|
GET /openapi/v1/pamGroup/list ?apiKey=abcd4eb2b12345c74c18 HTTP /1 .1 |
Field | Type | Description | Required |
---|---|---|---|
apiKey | String | API Token Key created by your account | True |
Example Response:
Example Response |
---|
{ "message" : "OK" , "status" : 200, "error" : null, "data" : [ { "groupId" : "ABCDEFGH" , "groupName" : "Test" , "createDate" : 1646986867 }, { "groupId" : "123ABC3R" , "groupName" : "Test2" , "createDate" : 1646986784 }, ... (skip) ... ] } |
Field | Type | Description |
---|---|---|
groupId | String | Unique ID |
groupName | String | Group Name |
createDate | Long | Date when group is created |
Possible Errors:
Error Code | Description |
---|---|
400 Bad Request | Required fields were invalid, not specified. |
403 Forbbiden | API Key was invalid, not specified. |
, multiple selections available,