Skip to main content
Skip table of contents

Field selection

Field Selection is a comma-delimited list of property names to retrieve. If provided, the response will only return requested not null fields. (Eg:"Id,Name")
The field name is case sensitive.
If the same property is selected more than once, only the first occurrence will be taken into account.

Request example:

https://localhost:8087/api/v1.0/infrastructure/locations?Page=-1&PageSize=-1&Sort=Id&Fields=Name,Id,Created

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.