Get Application Package
Note:
See the API documentation for this endpoint (opens in a new tab)
for more information.
For general webmate API usage, see REST API
.
Get the package properties for the package ID provided.
| Endpoint | /package/packages/{packageId} |
| Method | GET |
| packageId | ID of the package to get |
| return schema | JSON with package properties |
| return example | {"id": "ed4c3bc8-de10-4ee6-a81c-b8b83e83a1af", "projectId": "313c43bf-b250-408d-ac48-425b2ec80eb2"} |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| packageId | ID of the package to get |
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| packageId | ID of the package to get |
| |