Retrieve GL Period Activity Logs By Code
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Retrieve GL Period Activity Logs By Code

    • Dark
      Light

    Article summary

    Get
    /glrestapi/rest/v1/glperactivitylog

    Query Standards

    Finder

    Following row finders are available for data filtering and optimizing request performance.

    • GlPerActivityLogFinder
    • Primary Key

    GL Period Activity Log Finder

    Recommended finder parameters. Refer to Query Parameters for example.

    ParameterDescriptionSample
    AccCodeAccount Code50050
    CompCodeCompany Code001
    PerYrYear (which year is this period in)2022

    Primary Key

    This is the optional finder for querying Activity Log by primary key (combination of attributes)

    ParameterDescriptionSample
    GlpalAccCodeAccount Code50050
    GlpalCompCodeCompany Code001
    GlpalPerYrYear (which year is this period in)2022
    GlpalDeptCodeDepartment Code00
    Security
    HTTP
    Type basic

    Basic authentication

    Query parameters
    finder
    string
    ExampleGlPerActivityLogFinder;CompCode=001,AccCode=50050,PerYr=2022
    limit
    integer
    Example500
    offset
    integer
    Example0
    totalResults
    boolean
    ExampleTrue
    orderBy
    string
    ExampleGlpalAccCode:desc
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    {
      "items": [
        {
          "GlpalCompCode": "001",
          "GlpalDeptCode": "113",
          "GlpalDeptName": "New York Operations",
          "GlpalAccCode": "50050",
          "GlpalAccName": "Subcontracts",
          "GlpalPerYr": 2022,
          "GlpalPer1Amt": 0,
          "GlpalPer2Amt": 0,
          "GlpalPer3Amt": 0,
          "GlpalPer4Amt": 0,
          "GlpalPer5Amt": 0,
          "GlpalPer6Amt": 0,
          "GlpalPer7Amt": 0,
          "GlpalPer8Amt": 0,
          "GlpalPer9Amt": 0,
          "GlpalPer10Amt": 13,
          "GlpalPer11Amt": 0,
          "GlpalPer12Amt": 0,
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/000400000003303031000000033131330000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/000400000003303031000000033131330000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            }
          ]
        },
        {
          "GlpalCompCode": "001",
          "GlpalDeptCode": "00",
          "GlpalDeptName": "Company Level",
          "GlpalAccCode": "50050",
          "GlpalAccName": "Subcontracts",
          "GlpalPerYr": 2022,
          "GlpalPer1Amt": 0,
          "GlpalPer2Amt": 0,
          "GlpalPer3Amt": 0,
          "GlpalPer4Amt": 0,
          "GlpalPer5Amt": 0,
          "GlpalPer6Amt": 0,
          "GlpalPer7Amt": 0,
          "GlpalPer8Amt": 0,
          "GlpalPer9Amt": 0,
          "GlpalPer10Amt": 1149.75,
          "GlpalPer11Amt": 0,
          "GlpalPer12Amt": 2989.36,
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/0004000000033030310000000230300000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/0004000000033030310000000230300000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            }
          ]
        },
        {
          "GlpalCompCode": "001",
          "GlpalDeptCode": "050",
          "GlpalDeptName": "Construction Operations",
          "GlpalAccCode": "50050",
          "GlpalAccName": "Subcontracts",
          "GlpalPerYr": 2022,
          "GlpalPer1Amt": 0,
          "GlpalPer2Amt": 0,
          "GlpalPer3Amt": 0,
          "GlpalPer4Amt": 0,
          "GlpalPer5Amt": 0,
          "GlpalPer6Amt": 0,
          "GlpalPer7Amt": 0,
          "GlpalPer8Amt": 0,
          "GlpalPer9Amt": 0,
          "GlpalPer10Amt": 10641,
          "GlpalPer11Amt": 0,
          "GlpalPer12Amt": 0,
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/000400000003303031000000033035300000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog/000400000003303031000000033035300000000535303035300000000AACED00057704000007E6",
              "name": "glperactivitylog",
              "kind": "item"
            }
          ]
        }
      ],
      "totalResults": 3,
      "count": 3,
      "hasMore": false,
      "limit": 250,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/glrestapi/rest/v1/glperactivitylog",
          "name": "glperactivitylog",
          "kind": "collection"
        }
      ]
    }
    object