Skip to end of metadata
Go to start of metadata

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
Host: https://api2-rpa.argos-labs.com/



FieldTypeDescriptionRequired
apiKeyStringAPI Token Key created by your accountTrue



Example Response:

Example Response
{
    "message""OK",
    "status": 200,
    "error": null,
    "data": [
        {
            "groupId""ABCDEFGH",
            "groupName""Test",
            "createDate": 1646986867
        },
        {
            "groupId""123ABC3R",
            "groupName""Test2",
            "createDate": 1646986784
        },
        ... (skip) ...
    ]
}



FieldTypeDescription
groupIdStringUnique ID
groupNameStringGroup Name
createDateLongDate when group is created


Possible Errors: 

Error CodeDescription
400 Bad RequestRequired fields were invalid, not specified.
403 ForbbidenAPI Key was invalid, not specified.




Need help?

Technical contact to tech@argos-labs.com


May you search all operations,