Error
A valid request URL is required to generate request examples{
"task_credentials": [
{
"id": "<string>",
"claim_id": "<string>",
"completed_at": "<string>",
"created_at": "<string>",
"executor_type": "<string>",
"expires_at": "<string>",
"issued_at": "<string>",
"outcome_summary": "<string>",
"phi_categories": [
"<string>"
],
"scope_key": "<string>",
"used_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Api::V1::TaskCredential
List taskcredentials
Returns a paginated list of taskcredentials.
GET
/
api
/
v1
/
task_credentials
Error
A valid request URL is required to generate request examples{
"task_credentials": [
{
"id": "<string>",
"claim_id": "<string>",
"completed_at": "<string>",
"created_at": "<string>",
"executor_type": "<string>",
"expires_at": "<string>",
"issued_at": "<string>",
"outcome_summary": "<string>",
"phi_categories": [
"<string>"
],
"scope_key": "<string>",
"used_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}⌘I