Files
api-specs/idn/v3/paths/work-items-count.yaml
GitHub Action Bot c519af1676 Automated commit 'Merge pull request #1173 from sailpoint/update/operationIds
Update operationIds on Apis to be more consistent' by github action: 4136416158
2023-02-09 16:40:03 +00:00

35 lines
862 B
YAML

get:
operationId: getCountWorkItems
tags:
- Work Items
summary: Count Work Items
description: >-
This gets a count of work items belonging to either the specified user(admin required), or the current user.
parameters:
- in: query
name: ownerId
schema:
type: string
description: ID of the work item owner.
required: false
example: ef38f94347e94562b5bb8424a56397d8
responses:
'200':
description: List of work items
content:
application/json:
schema:
$ref: '../schemas/WorkItemsCount.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'404':
$ref: '../../v3/responses/404.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'