Resource Management (10,000ft) API Sample

Hi, I'm looking for sample api requests to update multiple custom fields at the same time. Is this possible?
As of now, I can do this for one field at a time using the below but since we have multiple custom fields in use want to update in one shot
PUT /api/v1/users/<user_id>/custom_field_values/<id>
curl --location --request PUT 'https://api.rm.smartsheet.com/api/v1/users/1337849/custom_field_values/8252412?auth=XXXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "Test User"
}'
Also, would be helpful if we have sample requests for all the APIs here in the documentation
Thanks in advance!
Best Answer
-
Hi @Arnold
Resource Management doesn't currently have a bulk api for custom fields; please provide your feedback and API sample request in the Product Feedback form, here!
Thank you,
Genevieve
Answers
-
Hi @Arnold
Resource Management doesn't currently have a bulk api for custom fields; please provide your feedback and API sample request in the Product Feedback form, here!
Thank you,
Genevieve