GET api/screenz/registered
Gets the config back for a screen with a guid that was registered against a branch
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ScreenzDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueIdentifier | string |
None. |
|
| Description | 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"
}
]