Rest api GET one

Get Cakes

GET https://ggit.mysevidu.com/api/posts/:id

This endpoint allows you to get free cakes.

Path Parameters

NameTypeDescription

id

string

ID of the cake to get, for free of course.

{
    "participanta": "Ana Maria",
    "titlu": "Titlul postarii",
    "descriere": "Descrierea postarii"
}

Last updated