Get all tags upder a project
Developing
📣 this endpoint get all tags under a project . In this GET request the project ID has to be provided .✳ list of URL parametersproject_id = 36 character in length
📢 Info message : Here URL is contructed likeGET /projects/<project_id>/tags
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/tags?videoId=aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778'
Responses
application/json {"message":"tag create","result":{"id":"fbfa2939-09db-421e-a41b-2a2c2ff52eaf","name":"Tag1","created_at":"2024-02-18T04:59:33.932623987Z","updated_at":"2024-02-18T04:59:33.932624037Z"},"success":true}
Modified at 2024-07-28 07:34:35