List Pam Group Info

List Pam Group Info

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

Example request

GET /openapi/v1/pamGroup/list?apiKey=abcd4eb2b12345c74c18 HTTP/1.1

Host: https://api2-rpa.argos-labs.com/

 

 

Field

Type

Description

Required

Field

Type

Description

Required

apiKey

String

API Token Key created by your account

True

 

 

Example Response:

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

Field

Type

Description

groupId

String

Unique ID

groupName

String

Group Name

createDate

Long

Date when group is created

 

Possible Errors: 

Error Code

Description

Error Code

Description

400 Bad Request

Required fields were invalid, not specified.

403 Forbbiden

API Key was invalid, not specified.

 



 

Need help?

Technical contact to tech@argos-labs.com

 

May you search all operations,