Get Package

This operation retrive detailed information or activities of a specific package using its unique packageId.
The packageId is generated when a package is added to the system

SecuritybearerAuth
Request
path Parameters
packageId
required
string

The unique identifier of the package to retrieve.

Example: d86w9YdE3e1JPm01NxaeP
query Parameters
type
required
string

The type of the package details to retrive.

Enum: "IMAGES" "ACTIVITIES" "DETAILED"
Responses
200

Requested package has been retrived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/packages/{packageId}
Request samples
Response samples
application/json
{
  • "package": {
    },
  • "activities": [
    ],
}