GET api/screenz/config/{screenid}

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

NameDescriptionTypeAdditional information
screenid

The screenid value supplied with the request.

string

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

ScreenzConfigDataContract
NameDescriptionTypeAdditional information
UniqueIdentifier

The unique identifier value.

string

None.

Latitude

The latitude value.

decimal number

None.

Longitude

The longitude value.

decimal number

None.

Description

The description value.

string

None.

Id

The unique identifier of this resource.

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
}