Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
dionverbeke
Luminary Alumni
Luminary Alumni

How to get a list of tags or custom properties via the API?

Hi,

Does someone have an example how to get a list of Tags or Custom Properties via the API?

I would like to use it to transfer AD-Directory groups to an external application.

Kind Regards,

Dion

1 Reply
Not applicable

Hi,

Custom properties using Repository Service API:

GET /qrs/custompropertydefinition/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}


Tags:

GET /qrs/tag/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}


You can omit the filters to get all entities.