syncServiceConfigItems
List SyncService configuration items
Returns a paginated list of SyncService configuration items stored on the hub. Use the sort and pagination parameters to control ordering and page size, and GenericFilters to apply additional filtering criteria.
List SyncService configuration items
Returns a paginated list of SyncService configuration items stored on the hub using a POST body. Use the sort and pagination parameters to control ordering and page size.
Adds a new SyncService configuration item
Creates a new SyncService configuration item on the hub. Returns the newly created item, including its assigned ID, in the response.
Updates an existing SyncService configuration item
Updates an existing SyncService configuration item identified by its ID. Provide the updated field values in the request body. Returns the updated item on success.
Deletes a SyncService configuration item
Permanently removes a SyncService configuration item from the hub. Provide the item ID in the request body to identify which item to delete.