curl --request GET \
--url https://api.egp.scale.com/v5/rubrics/{rubric_id} \
--header 'x-api-key: <api-key>'{
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"tags": [
"<string>"
],
"rubric_id": "<string>",
"version": 123,
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "rubric",
"updated_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z",
"criteria": [
{
"rubric_criteria_id": "<string>",
"rubric_id": "<string>",
"version": 123,
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "rubric_criteria",
"weight": 123,
"annotations": {}
}
]
}curl --request GET \
--url https://api.egp.scale.com/v5/rubrics/{rubric_id} \
--header 'x-api-key: <api-key>'{
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"tags": [
"<string>"
],
"rubric_id": "<string>",
"version": 123,
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "rubric",
"updated_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z",
"criteria": [
{
"rubric_criteria_id": "<string>",
"rubric_id": "<string>",
"version": 123,
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "rubric_criteria",
"weight": 123,
"annotations": {}
}
]
}Successful Response
The identity that created the entity.
Show child attributes
The tags associated with the entity
"rubric"Criteria are included on get, omitted on list
Show child attributes