Versions Compared

Key

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


Panel
borderColor#ccc
bgColor#FCFCFC
titleColor#FFFFFF
titleBGColor#a0a0a0
borderStylesolid
titleChildren API

This API will appointment data by the org tree unit ID.

URL
https://base.url.org/mvc/api/orgTree/unit/{{ ID }}/child-positions?asOf={{ date:”yyyy-MM-dd” }}&primaryOnly={{ true/false }} 


Parameters

Parameter Name

Required

Description

Default

IDrequiredthe numeric ID of the org tree unit
asOfoptionalreference date for the appointments and when not used the results will default to the current dateCurrent date
primaryOnlyoptionallimits the results to just primary appointments (true) or includes all appointments (false) and it defaults to true.true



Responses

200 OK

Results were found that match the request and are included in the response body

401 UnauthorizedThe current account in the request header does not have access to the API

403 Forbidden

The current account in the request header does not have access to the territory requested in the request URL

404 Not Found

Returned if NO results were found that match the specified criteria

500 Internal Server ErrorOne or more request string parameters are invalid or an error was encountered by the server while processing the request



...