curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Package/api/v1/package \
--header 'Content-Type: application/json' \
--data '{
"Filter": {
"Names": [
"<string>"
]
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Packages": [
{
"Name": "<string>",
"Version": "<string>",
"Store": "<string>",
"Environment": "<string>",
"PreviousVersions": [
"<string>"
]
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Package/api/v1/package \
--header 'Content-Type: application/json' \
--data '{
"Filter": {
"Names": [
"<string>"
]
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Packages": [
{
"Name": "<string>",
"Version": "<string>",
"Store": "<string>",
"Environment": "<string>",
"PreviousVersions": [
"<string>"
]
}
]
}
The response is of type object
.