defaultheader

LIST blog {#list}

Get data on a list of blog objects. Objects are order by created date descending by default.

On retrieving large set of data, requester should use pagination parameters such as page and page_size to manage multiple requests.

Resource Information

Authentication: See Access Permission

HTTP Methods: GET

Request URL Format: https://{apidomain}/blog/list

Access Permission {#listPermission}

Access to data varies based on system settings and requester roles. See Oauth 2.0 for details on authentication.

Private WebStorms: Requester must authenticate to get data.

Public WebStorms: No authentication required to get data.

Example Request

  • Method: GET
  • Header: Authorization=Bearer 85f7b2462570acdde9a458ba6495b8763dcd040c
  • URL: https://example.brightidea.com/_blog/list

    ~~~

    bloglist: [2] 0: { id: "09876BAA-A410-4A69-9EF1-6D827574438B" title: "Example Blog" description: "Example Description" datecreated: "2013-12-31 14:46:59.000" member: { id: "976BD67-CC23-4B7E-A41D-3FCDFB580322" email: "example@brightidea.com" screenname: "Example" firstname: "EX" lastname: "ample" jobtitle: "Test" address: "100 Example Street, Unit A1" phone: "123987654" mobilephone: "0000" externaluserid: "11111" skills: "Example" workhistory: "Example" photourl: "https://example.brightideatest.com/ct/getfile.php?a=OD1000&f=89FBC23-4BA1-4F13-9081-EA9A82C861A7&thumb=100" datecreated: "2013-03-21 11:25:24.633" datemodified: "2014-01-02 12:00:28.573" active: true photofileid: "76FCA67D-4BA1-4F13-9081-EA9A82C861A7" department: "Example" } } 1: { id: "56NBE45C-97CE-40A9-85DF-410A0BE05678" title: "Test Blog" description: "Test Blog Description" datecreated: "2013-12-14 13:18:11.000" member: { id: "976BD67-CC23-4B7E-A41D-3FCDFB580322" email: "example@brightidea.com" screenname: "Example" firstname: "EX" lastname: "ample" jobtitle: "Test" address: "100 Example Street, Unit A1" phone: "123987654" mobilephone: "0000" externaluserid: "11111" skills: "Example" workhistory: "Example" photourl: "https://example.brightideatest.com/ct/getfile.php?a=OD1000&f=89FBC23-4BA1-4F13-9081-EA9A82C861A7&thumb=100" datecreated: "2013-03-21 11:25:24.633" datemodified: "2014-01-02 12:00:28.573" active: true photofileid: "76FCA67D-4BA1-4F13-9081-EA9A82C861A7" department: "Example" } } stats: { total: 2 pagecount: 1 current_page: 1 } } ~~~