Documentation for Developers by Developers

Select a Platform

Custom Data Get by ID

Description

Returns the specified Custom Data record from your Application data storage.

Endpoints

https://service.proxomo.com/v09/json/customdata/table/{tableName}/{CustomDataID} 
https://service.proxomo.com/v09/xml/customdata/table/{tableName}/{CustomDataID}
 

HTTP Method

GET
 

URL Parameters

Name Data Type Required? Notes
ID String Yes Unique identifier of the Custom Data record requested.

 

Errors

404 (Not Found)    No Record Found with the specified ID and Table Name.

 

Returns

The requested Custom Data record.

 

JSON Sample

Request:
GET: https: //service.proxomo.com/v09/json/customdata/table/CUSTOMDATA/jNWgtxnyORhjrdKu

Response:
JSON GET Result:
{
    "dislikes": "code",
    "foo": "unit testing custom data",
    "ID": "jNWgtxnyORhjrdKu",
    "likes": "faster",
    "TableName": "CUSTOMDATA",
    "Timestamp": "\/Date(1330397209046)/"
}

iOS Custom Data Get by ID

Examples

[myCustomData Get:_apiContext];


So many developers use Proxomo What are you waiting for?

SIGN ME UP