POST
/
api
/
v1
/
package
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>"
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.