Skip to main content

PlatformResponse

Response schema for a single platform

data object

This is an object representing a platform in the app.

created_atstring<date-time>required

Time at which the object was created.

idstringrequired

Unique identifier for the object.

Possible values: Value must match regular expression ^plat_\w{12}$

namestringrequired

The platform's name.

objectstringrequired

String representing the object's type.

Possible values: [platform]

updated_atstring<date-time>required

Time at which the object was last updated.

PlatformResponse
{
"data": {
"created_at": "2017-09-12T12:34:55Z",
"id": "plat_d025a96ac0c6",
"name": "Tender Medical",
"object": "platform",
"updated_at": "2017-09-13T10:11:12Z"
}
}