Retrieves information about a specified lab series

Prev Next
Get
/LabSeries

The LabSeries command will return information about a specific Lab Series.

Security
API Key: api_key
Header parameter nameapi_key

All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".

Query parameters
labSeriesId
integerRequired

The unique identifier of the Lab Series.

Example123
Responses
200

OK Response.

object
Id
integer

The unique identifier of the Lab Series.

Name
string

The name of the Lab Series.

Description
string | null

A brief description of the Lab Series.

NumTrainingDays
integer

The number of training days expected to complete the series.

AllowAssignments
boolean

Indicates that the Lab Series can be assigned.

AllowAssignmentsUntil
integer (int64) | null

The date (in Unix epoch time) after which assignments are no longer valid. A null value indicates that assignments do not expire.

Example1739482468
Price
number (float)

The price of the Lab Series.

Example15.45
Created
integer (int64)

The date when the Lab Series was created (in Unix epoch time).

Example1739482453
LastModified
integer (int64)

The date when the Lab Series was last modified (in Unix epoch time).

Example1739482468
Status
integer

Indicates the status of the API request.
0 = Error
1 = Success

Error
string | null

In the event of an error, this will contain a detailed error message.