Skip to main content
POST
Analyze Employee performance evidence

Authorizations

Authorization
string
header
required

OAuth access token issued for the REST resource.

Body

application/json
endDate
string

Inclusive UTC evidence end date in YYYY-MM-DD. Omit both dates for the trailing six-month default.

Pattern: ^\d{4}-\d{2}-\d{2}$
limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: 0 <= x <= 499
selectedCompanies
string[]

Exact Jointl company IDs; empty means every authorized company, subject to the cohort bound.

Maximum array length: 100
Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_-]+$
selectedEmployeeStatus
enum<string>[]

Defaults to active Employees. Pass an empty array to include every authorized Employee status.

Maximum array length: 100
Available options:
active,
left
selectedTags
string[]

Exact Jointl tag IDs; empty means every tag.

Maximum array length: 100
Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_-]+$
startDate
string

Inclusive UTC evidence start date in YYYY-MM-DD. Omit both dates for the trailing six-month default.

Pattern: ^\d{4}-\d{2}-\d{2}$

Response

Operation completed.

data
object
required
requestId
string
required

Request correlation identifier.