Hi All, hope everyone is well.
I am pretty new to using api’s and postman.
In our organisation we have rest api’s that we use. For the help i need i am using this api specifically:
https://api2.timedoctor.com/api/1.0/activity/edit-time/bulk
[
- {
-
“userId”: “string”,
-
“start”: “2019-08-24T14:15:22Z”,
-
“taskId”: “string”,
-
“projectId”: “string”,
-
“end”: “2019-08-24T14:15:22Z”,
-
“operation”: “add”,
-
“reason”: “string”,
-
“approved”: true}
-
]
So when i run this it works 100% fine. All i want to try and do is that when i run this api to update my time in bulk, i just want to exclude specific project id’s and task id’s from being updated. the rest i want to update all like it currently does.
Anyone know how i can possibly exclude specific values from projectid and taskid field?
Thank would appreciate any insights.