Logout in: 0 min and 0 sec

Get State-IDs for Administrator

POST - https://rest.triand.com/Access/adminStateIds/{apscnid}

Required Parameters: (JSON)

ParameterBusiness Rule / RegexDescription
APSCAN-ID/\w+/Arkansas Administrator APSCN-ID

Example post and response:

  curl -X POST https://rest.triand.com/Access/adminStateIds/{apscnid}  \
      -H "Authorization: Bearer eyJ....really long string...ItCJA" \
      -H "Accept: application/json" 
      -H "Content-Type: application/json" \
      -d '{ "apscnid": "6601MUTZ" } 

  {
    "actionOk": true,
    "error": [],
    "apscnid": "6601MUTZ",
    "stateids": [
      "123456",
      "654321"
    ]
  }