GET groups Id Group Picture
GET
/groups/{id}/group-pictureAuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idinteger
The unique identifier of the group whose picture is being retrieved.
Format
int32Response Body
curl -X GET "https://loading/groups/0/group-picture""string"{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}