Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cloak

If the request is successful, the RECID of the Cable Path Leg is returned as follows:

Code Block
languagephp
{
    "status": "success",
    "page": 1,
    "count": 1,
    "total_count": "1",
    "cable": 58337
}

Cable Path Report Requests

If an API Key, has the additional permission for “CableViewPath,” a User can execute a GET request either through an external system or via a web browser. This request will return either an HTML object or a PDF file depending on the format requested by the call. Below is the sample format for such a request.

Code Block
[PCR-360 URL]/api/[API KEY]/cable-view-path.[FORMAT]?recid=[RECID OF DESIRED CABLE PATH]

The [FORMAT] values expected by the call as either “html” or “pdf”.

Locating Cable Data

Within PCR-360, these menu options lists a variety of Grids that can be used to help locate any of the required fields.

...