Expected No. of Personnel

This is the expected numbers of personnel in each LGAs, RAs, PUs/Wards. These includes the SPOs, e.t.c.

API Base root

API Endpoint

Headers

Our service accepts headers for authentication. See below the headers to pass to the API

Header
Type
Value

Authorization

String

Bearer {API Key} .

Security Key

String

{Security Key} .

Request

Request Parameter
Status
Description
Test Data

Search Parameter (Election ID)

required

This is the Election ID unique to the election you wish to fetch information from for every election managed on CT-DASS.

Use 13 for the election ID of Ekiti State Governorship Election 2022

Constituency

required

This is the constituency for the election you wish to fetch information from for every election managed on CT-DASS. It can be: 1. LGA (Local Government Area)

2. RA (Registration Area)

RA

Code

required

This refers to as the delimitation data/code for the constituency of the election.

30/13/02

Expected No. of Personnel
{
    "electionId": "9",
    "constituency": "RA",
    "code": "30/13/02"
}

Response

Response Parameter
Type
Description

status

Char

"success" or "fail"

data

Int

2000

message

Char

13 records found

error

Char

An error has occurred

Expected No. of Personnel
{
    "status": "success",
    "message": "13 records found",
    "error": "",
    "data": "2000"
}

"status" can be "success" or "fail"

"data" contains the actual results

"message" gives little information about the result. Example: 25 records found; No record found

"error" gives information about error encountered while trying to fetch results

Last updated