versión 8.3.8

Back | 

GetReplacementProgram

Returns the most recent program for an asset based on an old deleted program.

URL Format

/ws/get_replacement_program/apiv/{api_version}/api/{api_token}/id/{program_id}/uuid/{program_uuid}

Parameters

Name Req Type Description
api_version int The api version number
app_token string The user api token
program_uuid uuid The uuid of the deleted program to search
program_id int The id of the deleted program to search

Request Headers

Name

Possible Responses

  • 203 Program Found
  • 10 Invalid Parameters
  • 305 Invalid Program Id
  • 316 Invalid Program Uuid
  • 407 No Programs Available for this Project

Example Response

{
  "response": {
    "failure": {
      "code": 10,
      "reason": "Invalid Parameters!",
      "details": "",
      "severity": "Error",
      "dtstamp": "2025-04-26 21:23:35"
    }
  }
}