GetActivitiesById

Function: getActivitiesById()

getActivitiesById<ThrowOnError>(options): RequestResult<GetActivitiesByIdResponses, GetActivitiesByIdErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:58

Retrieves a specific activity by its unique identifier. The GetActivity endpoint allows clients to fetch detailed information about a single activity based on the provided ID. This endpoint is designed to return comprehensive data about the specified activity, including its properties and any associated information, enabling clients to access specific activity details efficiently while ensuring proper authorization and error handling for cases where the activity may not be found or the user does not have access rights.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<GetActivitiesByIdData, ThrowOnError>

Returns

RequestResult<GetActivitiesByIdResponses, GetActivitiesByIdErrors, ThrowOnError>

On this page