Get List of Label Sets in a Project
Last updated
Last updated
Beside adding label sets into a project, we may also want to update your label sets. Before updating, we need to obtain the ID of the label set for the project.
Use the following cURL command to get label sets added to a project. You can copy and paste the following template and replace the access_token and the content of the label set items according to your needs.
Below is a more readable version of the above curl command's request body.
operationName: you can fill any alphanumeric string in as the operationName. Refer for best practices on choosing an operationName
.
variables:
fileId: string, reviewer's document ID of the project.
query: Copy this from the example above.
💡a tag has the same meaning as label. In the near future, we will update the GraphQL Schema to refer to all instances as labels.
Here is the response you can expect after issuing the cURL command. Use the id to create the project.