v1

latestOpenAPI 3.0.0Groupe PSA Licence2026-08-0647172197.4 KB
Remote

Get all remote callbacks of a fleet.

Returns the list of subscribed remote callback of the fleet.

get/fleets/{fid}/remote/callbacks

Path parameters

fidstring required

Resource is related to this fleet ID only.

Query parameters

typesRemoteType[]

Results will contain only the Remote-Callbacks of these types. If not specified then the whole callbacks are retrieved.

[
  "Doors"
]
indexRangestring

Range index used to express the first (offset) and the last results index to retrieve. With the respect to the regex pattern '\d+(-\d*)?', the start of range is mandatory (use 0 for default).

Example:

  • '0-9' : start=0, end=9 ==> offset=0 and number of items=10

  • '5-' : start =5, no end ==> start at 5th to the end results.

Results indexes will be included in this range (see indexRange model).

default: 0-

example: 0-, 0-5

pageSizeinteger

The maximum number of results (for a collection results response) to return per page. When not set, at most 60 results will be returned. The range for this parameter is [1...60]

pageTokenstring

Start-Page marker, this token is used (by the backend) for continuing serving from the previous results page to the next one. (Disclaimer: It is built and used only by the server).

Response

A list of subsribed remote callback.