Is the RA collation completed? (Yes/No) If Yes provide date & time

This is a yes or no answer to report whether the RA collation was completed? and If Yes provide date & time.

API Base root

API Endpoint

Headers

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

Header
Type

Authorization

String

Bearer {API Key}

Sec Key

String

{Sec 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)

LGA

Code

required

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

367

Is the RA collation completed? (Yes/No) If Yes provide date & time
{
    "electionId": "13",
    "constituency": "LGA",
    "code": "367"
}

Response

Response Parameter
Type
Description

ResponseCode

Char

Is the RA collation completed? (Yes/No) If Yes provide date & time
{
    "status": "success",
    "message": "13 records found",
    "error": "",
    "data": "YES"
}

"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