Documentation for Developers by Developers

Select a Platform

Location AppData Get All

Description

Returns all AppData records for the given location.

Endpoints

https://service.proxomo.com/v09/json/location/{LocationID}/appdata
https://service.proxomo.com/v09/xml/location/{LocationID}/appdata
 

HTTP Method

GET
 

URL Parameters

Name Data Type Required Notes
LocationID String Yes Unique identifier of the Location record to return the AppData records for.

Returns

Array of AppData record.

 

iOS Location AppData Get All

Examples

ProxomoList *locData = [[ProxomoList alloc] init];
locData.
listType = APPDATA_TYPE;
[locData
GetAll:location getType:APPDATA_TYPE];

JSON Sample

Request:
GET: https: //service.proxomo.com/v09/json/location/xOretAfnOfp6GlRa/appdata

Response:
JSON GET Result:
[{
    "ID": "6s5PtXFRDfWvVJCR",
    "Key": "location key",
    "ObjectType": "PROXOMO",
    "Value": "location value"
}]

So many developers use Proxomo What are you waiting for?

SIGN ME UP