跳至主要内容

Get a task by ID

GET 

/platform/solutions/api/v1/orgs/{orgId}/tasks/{taskId}

Retrieve detailed information about a device task by its unique identifier.

Usage
GET orgs/{orgId}/tasks/{taskId}

Parameters

  • OrgId (string, required): the ID of the organization the task belongs to.
  • taskId (Guid, required): the unique ID of the task.

Responses

  • 200 OK: returns the task as DeviceTaskDto.
  • 404 Not Found: task not found.

Security
This API requires authentication.

Request

Responses

OK