get single advertisement
Developing
GET
/projects/{projId}/advertisements/{advertisementId}
Get A Advertisements of a project
GET
/projects/<project_id>/advertisements/<advertiasement_id>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/advertisements/800edeb9-b8e0-4ae2-9902-712c65a0edee'
Response Response Example
200 - OK - Success
{"message":"Advertisement details","result":{"id":"07df2817-116f-47b7-9da7-67005ef83a20","user_id":"10bb71cf-57e0-436d-a449-0b68ef13c731","project_id":"5eca71a3-bc93-45cf-ad6e-45be2961f921","collection_id":"00000000-0000-0000-0000-000000000000","tag_url":"http://example.com/tag","name":"Sample Advertisement","active":true,"default":false,"created_at":"2024-02-06T14:11:10+06:00","updated_at":"2024-02-06T14:11:10+06:00","created_by":"10bb71cf-57e0-436d-a449-0b68ef13c731","updated_by":"10bb71cf-57e0-436d-a449-0b68ef13c731"},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
advertisementId
stringÂ
required
Example:
800edeb9-b8e0-4ae2-9902-712c65a0edee
Responses
Modified at 2025-06-19 04:59:01