Retrieve a topic
GET
/api/v4/topics/{id}
Retrieves a specified project topic.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
ID of project topic
Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
name
string
title
string
description
string
total_projects_count
integer
organization_id
integer format: int64
avatar_url
string
Example
{ "id": 1, "name": "topic1", "title": "Topic 1", "description": "A description", "total_projects_count": 1, "organization_id": 1, "avatar_url": "http://gitlab.example.com/uploads/topic/avatar/1/avatar.png"}Bad Request
Not Found