Lifecycle Information (Item)

URL:
https://<root>/data/items/<dataItem>/<childItem>/lifecycleinfos
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
11.1

Description

The lifecycleinfos resource returns the date and time information (in Unix format) for when a data store item was created and updated.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the lifecycleinfos resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/items/enterpriseDatabases/myDatabase/lifecycleinfos?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "lifecycleinfos": [
    {
      "user": "0123456789ABCDEF::portaladmin",
      "timestamp": 1665761149386,
      "type": "created"
    },
    {
      "user": "0123456789ABCDEF::portaladmin",
      "timestamp": 1665761167121,
      "type": "edited"
    }
  ],
  "lastmodified": 1665761167121
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.