News

Récupère des news concernant les sociétés

GET https://api.campaign.coefficy.com/v1/news

idCompany ou siren requis

Query Parameters

Name
Type
Description

idCompany

int

idNews

int

siren

String

Headers

Name
Type
Description

x-access-token*

String

{
    "success": true,
    "parameters":{
        "idCompany": int,
        "idNews": int
    },
    "newsList": [
        {
            "idNews": int,
            "title": string,
            "content": string,
            "date": date,
            "source": string,
            "tagList": [
                {
                "idTag": int,
                "tag": string,
                "type": string
                }
            ],
            "idCompanyList": int[]
        }
    ]
}

Last updated