GET api/screenz/registered
Gets the config back for a screen with a guid that was registered against a branch Processes this screenz API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of ScreenzDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueIdentifier |
The unique identifier value. |
string |
None. |
| Description |
The description value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UniqueIdentifier": "sample string 1",
"Description": "sample string 2"
},
{
"UniqueIdentifier": "sample string 1",
"Description": "sample string 2"
}
]