User-Defined Hub Records

GET {{base_url}}/UDIC/:InfocenterArea

Use this endpoint to retrieve a list of all the records in a user-defined hub.

Request Params

KeyDatatypeRequiredDescription
limitstringOptional.

The limit for the number of results to return.

If you want to only retrieve a subset of all records, use this to limit the number of records that will be returned. |

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"UDIC_UID":"fc3f1bee55f844348fadc0ec4ed43b3a","desc_CustomCurrencyCode":"","CustNumber":"1","CustName":"My Custom Hub Record","CreateUser":"William Apple, PE","CreateDate":"2019-05-14T22:03:40.187","ModUser":"William Apple, PE","ModDate":"2019-05-14T22:03:40.187","HasPhoto":0,"PhotoModDate":"","UDICNumber":"1","UDICName":"My Custom Hub Record"},{"UDIC_UID":"31d968387c604d0e91133f7139c91cef","desc_CustomCurrencyCode":"","CustNumber":"2","CustName":"My Second Test Hub Record","CreateUser":"William Apple, PE","CreateDate":"2019-05-14T22:05:15.737","ModUser":"William Apple, PE","ModDate":"2019-05-14T22:05:15.737","HasPhoto":0,"PhotoModDate":"","UDICNumber":"2","UDICName":"My Second Test Hub Record"}]