Schema Version API
SchemaVersion properties
Resource Properties in REST API format | |
---|---|
id
|
The unique identifier of the schema. Each schema can have multiple versions, that share the same id. |
schema_version
|
The version of this schema. |
date_created
|
The date the schema version was created, given in ISO 8601 format. |
url
|
The URL of this resource. |
raw
|
|
Fetch a SchemaVersion resource
get
https://events.twilio.com/v1/Schemas/{Id}/Versions/{SchemaVersion}
Parameters
Parameters in REST API format | |
---|---|
id
Path
|
The unique identifier of the schema. Each schema can have multiple versions, that share the same id. |
schema_version
Path
|
The version of the schema |
Example 1
Read multiple SchemaVersion resources
get
https://events.twilio.com/v1/Schemas/{Id}/Versions
Parameters
Parameters in REST API format | |
---|---|
id
Path
|
The unique identifier of the schema. Each schema can have multiple versions, that share the same id. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.