Get Record's Condition Summary
| Scope: | get_record_condition_summary |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/records/{id}/conditionsummary?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"conditionSummary": {
"requireCount": 1,
"noticeCount": 2,
"holdCount": 3,
"lockCount": 4
}
}