Skip to main content
GET
Get Procedures

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string

Search query

Example:

"Proced AI create procedure"

size
string

Size by page

Example:

"50"

page
string

Page for pagination results

Example:

"1"

sortBy
enum<string>

Sort by

Available options:
createdAt,
dueAt,
project.name,
name
Example:

"dueAt"

categoryId
string

filter by categoryId

Example:

"cm2uqwcpd002s7xta3b1j8q3p"

doerId
string

filter by doerId

Example:

"cm2uqwcpd002s7xta3b1j8q3p"

startedAt
string

startedAt filter by started date

Example:

"2023-03-15T00:00:00.000Z"

dueAt
string

dueAt filter by ended date

Example:

"2023-03-15T00:00:00.000Z"

Response

Retrieve procedures

data
object[]
required
meta
object
required