{
"Action": "DescribeArtifactProperties",
"ProjectId": 450,
"PageNumber": 1,
"PageSize": 10,
"Repository": "generic",
"Package": "Pro",
"PackageVersion": "latest"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeArtifactProperties' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeArtifactProperties",
"ProjectId": 450,
"PageNumber": 1,
"PageSize": 10,
"Repository": "generic",
"Package": "Pro",
"PackageVersion": "latest"
}'{
"Response": {
"InstanceSet": [
{
"Id": 0,
"Version": "string",
"CreatedAt": 0,
"Name": "string",
"Value": "string",
"Immutable": true
}
],
"RequestId": "string"
}
}