Project
Example data
{
"type": "projects",
"id": "11111111-1111-1111-1111-111111111111",
"attributes": {
"name": "Pizza Restaurant Chain",
"slug": "pizza-restaurant-chain",
"created-at": "2021-04-10T10:01:14.005808+00:00"
},
"relationships": {
"venues": {
"data": [
{
"type": "venues",
"id": "22222222-2222-2222-2222-222222222222"
}
]
}
}
}
Attributes
| Name |
Description |
name |
Display name of the project |
slug |
A short identifier, can't be changed. |
created-at |
Datetime when the project was created as defined by ISO 8601 |
Relationships
| Name |
Resource |
venues |
A list of Venues |