Certifications

No description given.

Endpoints


get/api/v3/talent/certifications

Return a paginated list of talent/certifications

Input Schema

Typescript

object
page?:
object
The page number, default to 1
number?: integer
The number of items per page, default to 1000
size?: integer
The sort order, comma separated list of fields. See sorting section for more details
sort?: string
Set to true to return the total number of items in the collection
count?: boolean
filter?:
object
id?: unknown
talent_id?: unknown
name?: unknown
organization?: unknown
source?: unknown
url?: unknown
obtention_date?: unknown
The related resources to include in the response. Allowed resources are:
- `talent`
included?:
array
Elements: string
The fields to include in the response.
The key is the resource type and the value is an array of fields.
fields?:
dictionary
Values: array

Output Schema

Typescript

object
data:
array
Elements:
object
type: string
id?: string
attributes?:
object
id?: integer
name?: string
organization?: string
source?: string
url?: string or null
obtention_date?: date
relationships?: open struct
included?:
array
Elements: open struct

post/api/v3/talent/certifications

Create a new talent/certifications

Input Schema

Typescript

object
data:
object
type: string
attributes:
object
id?: integer
name?: string
organization?: string
source?: string
url?: string or null
obtention_date?: date
relationships?:
object
talent:
object
data:
object
type: string
id?: string

delete/api/v3/talent/certifications/:resource_id

Delete the talent/certifications

Input Schema

Typescript

object
resource_id: integer

get/api/v3/talent/certifications/:resource_id

Show a specific talent/certifications

Input Schema

Typescript

object
resource_id: integer
included?:
array
Elements: string
fields?:
dictionary
Values: array

Output Schema

Typescript

object
data:
object
type: string
id?: string
attributes?:
object
id?: integer
name?: string
organization?: string
source?: string
url?: string or null
obtention_date?: date
relationships?: open struct
included?:
array
Elements: open struct

patch/api/v3/talent/certifications/:resource_id

Update a talent/certifications

Input Schema

Typescript

object
resource_id: integer
data:
object
type: string
attributes:
object
id?: integer
name?: string
organization?: string
source?: string
url?: string or null
obtention_date?: date