Projects > Position Tags


Index

GET : /api/designnest/v1/projects/{projectID}/position_tags

projectID : the ID of the current project

Response :

{
    "code" : 1 ,
    "message" : "" ,
    "data" : [
        "list" : [
            {
                "position_type": 0,
                "image": "",
            },
            ...
        ]
    ]
}