ListProjectGrantChanges
Path Parameters
project_id*string
grant_id*string
Query Parameters
query.sequence?integer|string
Format
int64query.limit?integer
query.asc?boolean
Response Body
application/json
application/json
curl -X POST "https://loading/projects/string/grants/string/changes/_search"{
"result": [
{
"changeDate": "1s",
"eventType": {
"key": "string",
"localizedMessage": "string"
},
"sequence": 0,
"editorId": "string",
"editorDisplayName": "string",
"resourceOwnerId": "string",
"editorPreferredLoginName": "string",
"editorAvatarUrl": "string"
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?