...
Get By Id
Description
Gets an artifact by it’s id.
Package Details
Interface
IArtifactManager
Syntax
Task<T> GetById<T>(int artifactId);
Returns
Task<T>
API Endpoint
Parameters
Parameter | Description | Parameter Type |
---|---|---|
Sample request body
Code Block | ||
---|---|---|
| ||
Returns
On success, 200 Ok
On error, 400 Bad Request
On authorization error, 403 Forbidden
Example
Code Block | ||
---|---|---|
| ||