tags of spciality
GET
/v1/specialities-tagsRequest
Query Params
speciality_id
object
optional
Request samples
Responses
Get tags of spciality(200)
Get tags of spciality
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
specialities_tags
array[object (specialities_tags) {1}]
optional
tag
object (tag)
optional
Example
{
"specialities_tags": [
{
"tag": {
"id": 4,
"title": "خون، سرطان و انکولوژی'"
}
}
]
}
Last modified: 7 months ago