I try to display a information from the endpoint Get all technicians, but when I execute the JSON I don't see that column in the request.
I have the same issue with:
- secondary_emailids
- associated_sites
This is the input_data:
- {
- "list_info": {
- "sort_field": "name",
- "start_index": 1,
- "sort_order": "asc",
- "get_total_count": true,
- "search_fields": {
- "email_id": "prueba@prueba.com"
- }
- },
- "fields_required": [
- "associated_roles",
- "status",
- "technician_udf_fields",
- "email_id",
- "project_roles"
- ]
- }