GET api/screenz/config/{screenid}
Gets the config back for a screen with a guid that was registered against a branch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
screenid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Screenz.ScreenzConfigDataContractName | Description | Type | Additional information |
---|---|---|---|
UniqueIdentifier | string |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
Description | string |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "UniqueIdentifier": "sample string 1", "Latitude": 2.1, "Longitude": 3.1, "Description": "sample string 4", "Id": 5 }