GET v1/core/accounts/{accId}/agents/{agtId}/details

Retrieve details about Agent installation type

Request Information

Parameters

NameDescriptionAdditional information
accId

Define this parameter in the request URI.

agtId

Define this parameter in the request URI.

Response Information

Agent details

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "ActivationType": "ActivationCode|PIN|Username",
    "ActivationCode|PIN|Username": "sample string 1"
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"ActivationType":0,"ActivationCode|PIN|Username":"sample string 1"},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfAgentDetailsCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>
    <ActivationCode|PIN|Username>sample string 1</ActivationCode|PIN|Username>
    <ActivationType>ActivationCode|PIN|Username</ActivationType>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfAgentDetailsCA1DLPoZ>

application/bson

Sample:
�SuccessData=ActivationTypeActivationCode|PIN|Usernamesample string 1ErrorCodeErrorDescriptionsample string 3Metasample string 4