Read an individual's supervisory scopes.
individualId
globally unique identifier
Required
Guid ID of the individual whose supervisory scope is to be read. |
deleted
byte
Add ?deleted=0, 1, or 2 for not deleted, deleted, or all. |
None.
id string |
status string |
<List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <id>sample string 1</id> <status>sample string 2</status> </List>
{ "id": "sample string 1", "status": "sample string 2" }