Skip to main content
This guide describes how to get all user-defined fields using the web services API.

Steps

The following REST code snippets use plain http requests to demonstrate how to perform the operation. The WebApi code snippet demonstrates how to perform the same operation using our nuget package SuperOffice.WebApi.
The following examples demonstrate how to get all user-defined fields for a company, using the api/v1/Contact/UdefLayout endpoint. To get the all user-defined fields for a different entity, use the api/v1/{entity}/UdefLayout entity endpoint, i.e. api/v1/Person/UdefLayout, api/v1/Project/UdefLayout etc.