curl --request GET \
--url https://immo.soyab.uk/shrine[
{
"progress": [
{
"id": 123,
"tier": {
"key": "<string>",
"name": "<string>"
},
"effects": [
{
"target": "<string>",
"attribute": "<string>",
"value": 123,
"value_type": "<string>"
}
],
"current_value": 123,
"target_value": 123,
"target_remaining": 123,
"percentage": 123,
"goal_reached_at": "<unknown>",
"is_active": true,
"in_progress": true,
"can_activate": true
}
],
"endpoint_updates_at": "<string>"
}
]curl --request GET \
--url https://immo.soyab.uk/shrine[
{
"progress": [
{
"id": 123,
"tier": {
"key": "<string>",
"name": "<string>"
},
"effects": [
{
"target": "<string>",
"attribute": "<string>",
"value": 123,
"value_type": "<string>"
}
],
"current_value": 123,
"target_value": 123,
"target_remaining": 123,
"percentage": 123,
"goal_reached_at": "<unknown>",
"is_active": true,
"in_progress": true,
"can_activate": true
}
],
"endpoint_updates_at": "<string>"
}
]200 Response
Show child attributes
Was this page helpful?