Statistics

You must have the Authorization to use this API

Statistic (Site-wide)

Statistic (Site-wide)

GET {{nella_url}}/smart-meta-manager/site-wide?meta_key=rimplenet_total_credit_at_2022_08_btc

Query Parameters

Name
Type
Description

meta_key

String

rimplenet_total_credit_at_2022_08_btc

{
    "status_code": 200,
    "status": true,
    "message": "Entity Retrieved",
    "data": "600"
}

To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse

{
    "status_code": 200,
    "status": true,
    "message": "Entity Retrieved",
    "data": "600"
}

Statistic (user)

Statistic (user)

GET {{nella_url}}/smart-meta-manager/user?meta_key=rimplenet_total_credit_at_all_time_ngn&user_id=1

Query Parameters

Name
Type
Description

meta_key*

String

rimplenet_total_credit_at_all_time_ngn

user_id*

int

1

{
    "status_code": 200,
    "status": false,
    "message": "Some User Meta Missing",
    "data": {
        "rimplenet_total_credit_at_all_time_ngn": null
    }
}

To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse

{
    "status_code": 200,
    "status": false,
    "message": "Some User Meta Missing",
    "data": {
        "rimplenet_total_credit_at_all_time_ngn": null
    }
}

Last updated