Logo
Profit.co's Public API Documentation

News Feed API

GET https://api.profit.co/app/dao/newsfeed?a=getWallMessages&b=1&objectRefId=&isFrom=&eventCode=&objectList=PROFIT_LIST&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

This API will give the recent changes of OKRs, Tasks, etc.

This API will return the details in walls response.

walls key having wallEntries list.

wallEntries have the below details, * actionType - Audit log type - Audit denotes that this is the entry created because of Transactional data change by the user * eventCode - Event code denoting details of transaction performed by user * eventName - Event name * message - Event Message * objectId - Object type assocaited to this event * objectId2 - Object type 2 associated to this event * objectId3 - Object type 3 assocaited to this event * objectName - Object name * objectName2 - Object 2 name * objectName3 - Object 3 name * objectRefName - Actual object name * objectRefName2 - Actual object 2 name * objectRefName3 - Actual object 3 name * postingObjectId - Object type which created this event * postingObjectName - Name of the object type which created this event * postingObjectRefId - Actual ID of the object that created this event * postingObjectRefName - Name of the object that created this event * updatedBy - Who updated this event * createdBy - Created by user id * creationDate - date of creation of this record * lastUpdateDate - Last update of date of this record

 

Body PARAM

Curl
curl -X GET 'https://api.profit.co/app/dao/newsfeed?a=getWallMessages&b=1&objectRefId=&isFrom=&eventCode=&objectList=PROFIT_LIST&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getWallMessages&b=1&objectRefId=&isFrom=&eventCode=&objectList=PROFIT_LIST&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS

    Key Datatype Required Description 
    a
    string
    b
    number
    objectRefId
    null
    isFrom
    null
    eventCode
    null
    objectList
    string
    apiKey
    string Required: API key of your Profit.co Account