Versions Compared

Key

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

...

Type

Description

Extra Parameters*

Results

PATH_STATUS

Retrieve Path Statuses


Path Status Results

Toggle cloak


Cloak


Code Block
languagephp
linenumberstrue
    <cable>
        <status>success</status>
        <page>1</page>
        <count>20</count>
        <total_count>20</total_count>
        <path_status>
            <item>
                <RECID>98</RECID>
                <VALUE>Wired</VALUE>
            </item>
        </path_status>
    </cable>



...

Key

Value

service

5437

status

wired

Results


Toggle cloak


Cloak

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

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

...

Key

Value

cable

58337

pair_strand

71

instance

1

path

927

Results


Toggle cloak


Cloak

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

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

...