This commit is contained in:
@@ -17,12 +17,13 @@ All successful GET responses have a standard format:
|
||||
"id": 150,
|
||||
"name": "Handmade Rubber Pizza",
|
||||
...etc...
|
||||
}
|
||||
},
|
||||
"readOnly": boolean
|
||||
}
|
||||
```
|
||||
|
||||
The results of the response are always contained in the `data` property and could be a single object, a collection or in some cases nothing at all.
|
||||
HTTP Status Code is set in the header.
|
||||
HTTP Status Code is set in the header. A ReadOnly property is set on the returned data for the convenience of the client software however note that the server will always determine this independently so if this property is ignored and the client attempts to update the record a error 2004 NOT_AUTHORIZED would be returned.
|
||||
|
||||
### GET COLLECTION RESPONSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user