API

Finance APIs

GET system/reports/118839/result-set?period={period}&groupBy1={groupBy1}&groupBy2={groupBy2}&groupBy3={groupBy3}&groupBy4={groupBy4}

Report for active fixed assets for period, grouped by selected fields using the grouped by functionality. Includes fixed assets in status higher or equal to 3 and status lower or equal to 8.

Report name Fixed assets for period grouped by selected fields
Report identifier 118839
HTTP method GET
URI https://api.rambase.net/system/reports/118839/result-set?period={period}&groupBy1={groupBy1}&groupBy2={groupBy2}&groupBy3={groupBy3}&groupBy4={groupBy4}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 7280, version 4

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

period Integer, optional Accounting period

Minimum: 199001,
Maximum: 299912
groupBy1 String, optional Field(s) the data shown in the report should be grouped by

Default: BALACCCODE
groupBy2 String, optional Field(s) the data shown in the report should be grouped by
groupBy3 String, optional Field(s) the data shown in the report should be grouped by
groupBy4 String, optional Field(s) the data shown in the report should be grouped by
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

AccumulatedDepreciationGeneralLedgerAccountCode Integer General ledger account identifier.
AssetId Integer Asset identifier.
BalanceGeneralLedgerAccountCode Integer General ledger account identifier.
DepartmentId Integer Department identifier.
DepreciationFirstPeriod Integer First depreciation period of the fixed asset.
DepreciationLastPeriod Integer Last depreciation period of the fixed asset.
DepreciationRuleId Integer Depreciation rule identifier.
Description String Description of fixed asset.
ExpenseDepreciationGeneralLedgerAccountCode Integer General ledger account identifier.
FinanceProjectId Integer Finance project identifier.
FixedAssetId Integer Fixed asset identifier.
GroupBy1 String {GROUPBY}.
GroupBy2 String {GROUPBY2}.
GroupBy3 String {GROUPBY3}.
GroupBy4 String {GROUPBY4}.
HasDepreciations Boolean Indicates if depreciations exists for the fixed asset or not.
InvestmentGeneralLedgerAccountCode Integer General ledger account identifier.
InvestmentType String The investment type.
IsUnderConstruction Boolean Indicates if this fixed asset is under construction.
Name String Name of fixed asset.
Period Integer The accounting period the object belongs to.
Reference String Investment reference of fixed asset..
Status Integer Status of fixed asset.
Type String Type of fixed asset..
UnderConstructionGeneralLedgerAccountCode Integer General ledger account identifier.

Read more about filters and sorting on how to use sortable parameters

FixedAssetId Integer Fixed asset identifier
GroupBy1 String {GROUPBY}
GroupBy2 String {GROUPBY2}
GroupBy3 String {GROUPBY3}
GroupBy4 String {GROUPBY4}

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Report>
2
     <Rows>
3
          <Row>
4
               <GroupBy1
GroupBy1

{GROUPBY}

>
{String}</GroupBy1>
5
               <GroupBy2
GroupBy2

{GROUPBY2}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy2 in your request URI to get this field

>
{String}</GroupBy2>
6
               <GroupBy3
GroupBy3

{GROUPBY3}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy3 in your request URI to get this field

>
{String}</GroupBy3>
7
               <GroupBy4
GroupBy4

{GROUPBY4}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy4 in your request URI to get this field

>
{String}</GroupBy4>
8
               <SelectedPeriod
SelectedPeriod

Accounting period

>
{Integer}</SelectedPeriod>
9
               <Accounting
Accounting

Accounting details for the fixed asset, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
10
                    <InvestmentGeneralLedgerAccount
InvestmentGeneralLedgerAccount

Identifier of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
11
                         <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
12
                         <Name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</Name>
13
                         <AccountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</AccountNumber>
14
                         <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
15
                    </InvestmentGeneralLedgerAccount>
16
                    <Department
Department

The department related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
17
                         <DepartmentId
DepartmentId

Department identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{Integer}</DepartmentId>
18
                         <Name
Name

Name of department

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</Name>
19
                         <DepartmentLink
DepartmentLink

Finance department reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</DepartmentLink>
20
                    </Department>
21
                    <FinanceProject
FinanceProject

The finance project related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
22
                         <FinanceProjectId
FinanceProjectId

Finance project identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{Integer}</FinanceProjectId>
23
                         <Name
Name

Name of finance project

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</Name>
24
                         <FinanceProjectLink
FinanceProjectLink

Finance project reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</FinanceProjectLink>
25
                    </FinanceProject>
26
                    <Asset
Asset

The asset related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
27
                         <AssetId
AssetId

Asset identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{Integer}</AssetId>
28
                         <Name
Name

Name of asset

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</Name>
29
                         <AssetLink
AssetLink

Asset reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

>
{String}</AssetLink>
30
                    </Asset>
31
               </Accounting>
32
               <Depreciation
Depreciation

Depreciation details for the fixed asset

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
33
                    <Rule
Rule

Depreciation rule

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
34
                         <BalanceAccount
BalanceAccount

The account where the asset's original acquisition value is recorded on the balance sheet

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
35
                              <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
36
                              <Name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</Name>
37
                              <AccountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</AccountNumber>
38
                              <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
39
                         </BalanceAccount>
40
                         <AccumulatedDepreciationAccount
AccumulatedDepreciationAccount

The account on the balance sheet that shows the total depreciation applied to an asset over time, reducing its book value

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
41
                              <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
42
                              <Name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</Name>
43
                              <AccountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</AccountNumber>
44
                              <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
45
                         </AccumulatedDepreciationAccount>
46
                         <ExpenseDepreciationAccount
ExpenseDepreciationAccount

The account where the periodic depreciation expense is recorded in the income statement

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
47
                              <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
48
                              <Name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</Name>
49
                              <AccountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</AccountNumber>
50
                              <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
51
                         </ExpenseDepreciationAccount>
52
                    </Rule>
53
               </Depreciation>
54
               <Totals
Totals

Total amounts

>
55
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Totals.Currency in your request URI to get this field

>
{String}</Currency>
56
                    <OriginalInvestmentAmount
OriginalInvestmentAmount

Original investment amount of fixed asset

>
{Decimal}</OriginalInvestmentAmount>
57
                    <CurrentInvestmentAmount
CurrentInvestmentAmount

Represents the current investment amount of the fixed asset.

>
{Decimal}</CurrentInvestmentAmount>
58
                    <DepreciationForPeriod
DepreciationForPeriod

Depreciation for selected period

>
{Decimal}</DepreciationForPeriod>
59
                    <AccumulatedDepreciationUpToAndIncludingPeriod
AccumulatedDepreciationUpToAndIncludingPeriod

Depreciation up to and including selected period

>
{Decimal}</AccumulatedDepreciationUpToAndIncludingPeriod>
60
                    <AccumulatedDepreciation
AccumulatedDepreciation

Total amount of depreciation expense that has been recorded for the fixed asset from the date it was put into use.

>
{Decimal}</AccumulatedDepreciation>
61
               </Totals>
62
               <Balance
Balance

Total balance

>
63
                    <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Balance.Currency in your request URI to get this field

>
{String}</Currency>
64
                    <NetBookValue
NetBookValue

Current carrying value of the fixed asset on the balance sheet.

>
{Decimal}</NetBookValue>
65
               </Balance>
66
               <UnderConstruction
UnderConstruction

Under construction information

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
67
                    <IsUnderConstruction
IsUnderConstruction

Indicates if this fixed asset is under construction

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
{Boolean}</IsUnderConstruction>
68
                    <GeneralLedgerAccount
GeneralLedgerAccount

Identifier of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
69
                         <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
70
                         <Name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
{String}</Name>
71
                         <AccountNumber
AccountNumber

Under construction account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
{String}</AccountNumber>
72
                         <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

>
{String}</GeneralLedgerAccountLink>
73
                    </GeneralLedgerAccount>
74
               </UnderConstruction>
75
               <Inspect>
76
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
77
                    <Filter
Filter

Filter used when inspecting a line in a report.

>
{String}</Filter>
78
               </Inspect>
79
          </Row>
80
     </Rows>
81
     <Aggregated
Aggregated

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
82
          <Balance
Balance

Total balance

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
83
               <NetBookValue
NetBookValue

Current carrying value of the fixed asset on the balance sheet.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</NetBookValue>
84
          </Balance>
85
          <Totals
Totals

Total amounts

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
86
               <OriginalInvestmentAmount
OriginalInvestmentAmount

Original investment amount of fixed asset

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</OriginalInvestmentAmount>
87
               <CurrentInvestmentAmount
CurrentInvestmentAmount

Represents the current investment amount of the fixed asset.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</CurrentInvestmentAmount>
88
               <DepreciationForPeriod
DepreciationForPeriod

Depreciation for selected period

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</DepreciationForPeriod>
89
               <AccumulatedDepreciationUpToAndIncludingPeriod
AccumulatedDepreciationUpToAndIncludingPeriod

Depreciation up to and including selected period

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</AccumulatedDepreciationUpToAndIncludingPeriod>
90
               <AccumulatedDepreciation
AccumulatedDepreciation

Total amount of depreciation expense that has been recorded for the fixed asset from the date it was put into use.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

>
{Decimal}</AccumulatedDepreciation>
91
          </Totals>
92
     </Aggregated>
93
     <ColumnParameters
ColumnParameters

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

>
94
          <ColumnParameter
ColumnParameter

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

>
95
               <Key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

>
{String}</Key>
96
               <Value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

>
{String}</Value>
97
          </ColumnParameter>
98
     </ColumnParameters>
99
     <Paging
Paging

Detailed paging information for this list.

>
100
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
101
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
102
          <Page
Page

Page index

>
{Integer}</Page>
103
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
104
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
105
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
106
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
107
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
108
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
109
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
110
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
111
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
112
     </Paging>
113
</Report>
1
{
2
     "report": {
3
          "rows": [
4
               {
5
                    "groupBy1
GroupBy1

{GROUPBY}

":
"{String}",
6
                    "groupBy2
GroupBy2

{GROUPBY2}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy2 in your request URI to get this field

":
"{String}",
7
                    "groupBy3
GroupBy3

{GROUPBY3}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy3 in your request URI to get this field

":
"{String}",
8
                    "groupBy4
GroupBy4

{GROUPBY4}

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.GroupBy4 in your request URI to get this field

":
"{String}",
9
                    "selectedPeriod
SelectedPeriod

Accounting period

":
"{Integer}",
10
                    "accounting
Accounting

Accounting details for the fixed asset, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
{
11
                         "investmentGeneralLedgerAccount
InvestmentGeneralLedgerAccount

Identifier of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
{
12
                              "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{Integer}",
13
                              "name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}",
14
                              "accountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}",
15
                              "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}"
16
                         },
17
                         "department
Department

The department related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
{
18
                              "departmentId
DepartmentId

Department identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{Integer}",
19
                              "name
Name

Name of department

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}",
20
                              "departmentLink
DepartmentLink

Finance department reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}"
21
                         },
22
                         "financeProject
FinanceProject

The finance project related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
{
23
                              "financeProjectId
FinanceProjectId

Finance project identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{Integer}",
24
                              "name
Name

Name of finance project

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}",
25
                              "financeProjectLink
FinanceProjectLink

Finance project reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}"
26
                         },
27
                         "asset
Asset

The asset related to the fixed asset. One of the system/fixed account dimensions.

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
{
28
                              "assetId
AssetId

Asset identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{Integer}",
29
                              "name
Name

Name of asset

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}",
30
                              "assetLink
AssetLink

Asset reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Accounting in your request URI to get this field

":
"{String}"
31
                         }
32
                    },
33
                    "depreciation
Depreciation

Depreciation details for the fixed asset

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
{
34
                         "rule
Rule

Depreciation rule

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
{
35
                              "balanceAccount
BalanceAccount

The account where the asset's original acquisition value is recorded on the balance sheet

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
{
36
                                   "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{Integer}",
37
                                   "name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
38
                                   "accountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
39
                                   "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}"
40
                              },
41
                              "accumulatedDepreciationAccount
AccumulatedDepreciationAccount

The account on the balance sheet that shows the total depreciation applied to an asset over time, reducing its book value

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
{
42
                                   "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{Integer}",
43
                                   "name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
44
                                   "accountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
45
                                   "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}"
46
                              },
47
                              "expenseDepreciationAccount
ExpenseDepreciationAccount

The account where the periodic depreciation expense is recorded in the income statement

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
{
48
                                   "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{Integer}",
49
                                   "name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
50
                                   "accountNumber
AccountNumber

The account number of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}",
51
                                   "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Depreciation in your request URI to get this field

":
"{String}"
52
                              }
53
                         }
54
                    },
55
                    "totals
Totals

Total amounts

":
{
56
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Totals.Currency in your request URI to get this field

":
"{String}",
57
                         "originalInvestmentAmount
OriginalInvestmentAmount

Original investment amount of fixed asset

":
"{Decimal}",
58
                         "currentInvestmentAmount
CurrentInvestmentAmount

Represents the current investment amount of the fixed asset.

":
"{Decimal}",
59
                         "depreciationForPeriod
DepreciationForPeriod

Depreciation for selected period

":
"{Decimal}",
60
                         "accumulatedDepreciationUpToAndIncludingPeriod
AccumulatedDepreciationUpToAndIncludingPeriod

Depreciation up to and including selected period

":
"{Decimal}",
61
                         "accumulatedDepreciation
AccumulatedDepreciation

Total amount of depreciation expense that has been recorded for the fixed asset from the date it was put into use.

":
"{Decimal}"
62
                    },
63
                    "balance
Balance

Total balance

":
{
64
                         "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.Balance.Currency in your request URI to get this field

":
"{String}",
65
                         "netBookValue
NetBookValue

Current carrying value of the fixed asset on the balance sheet.

":
"{Decimal}"
66
                    },
67
                    "underConstruction
UnderConstruction

Under construction information

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
{
68
                         "isUnderConstruction
IsUnderConstruction

Indicates if this fixed asset is under construction

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
"{Boolean}",
69
                         "generalLedgerAccount
GeneralLedgerAccount

Identifier of the general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
{
70
                              "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
"{Integer}",
71
                              "name
Name

Name of general ledger account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
"{String}",
72
                              "accountNumber
AccountNumber

Under construction account

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
"{String}",
73
                              "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

This field is greyed out because it is an expandable field. You have to add $expand=Rows.Row.UnderConstruction in your request URI to get this field

":
"{String}"
74
                         }
75
                    },
76
                    "inspect": {
77
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}",
78
                         "filter
Filter

Filter used when inspecting a line in a report.

":
"{String}"
79
                    }
80
               }
81
          ],
82
          "aggregated
Aggregated

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
{
83
               "balance
Balance

Total balance

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
{
84
                    "netBookValue
NetBookValue

Current carrying value of the fixed asset on the balance sheet.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}"
85
               },
86
               "totals
Totals

Total amounts

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
{
87
                    "originalInvestmentAmount
OriginalInvestmentAmount

Original investment amount of fixed asset

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}",
88
                    "currentInvestmentAmount
CurrentInvestmentAmount

Represents the current investment amount of the fixed asset.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}",
89
                    "depreciationForPeriod
DepreciationForPeriod

Depreciation for selected period

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}",
90
                    "accumulatedDepreciationUpToAndIncludingPeriod
AccumulatedDepreciationUpToAndIncludingPeriod

Depreciation up to and including selected period

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}",
91
                    "accumulatedDepreciation
AccumulatedDepreciation

Total amount of depreciation expense that has been recorded for the fixed asset from the date it was put into use.

This field is greyed out because it is an expandable field. You have to add $expand=Aggregated in your request URI to get this field

":
"{Decimal}"
92
               }
93
          },
94
          "columnParameters
ColumnParameters

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

":
[
95
               {
96
                    "key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

":
"{String}",
97
                    "value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

This field is greyed out because it is an expandable field. You have to add $expand=ColumnParameters in your request URI to get this field

":
"{String}"
98
               }
99
          ]
100
     }
101
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 104920 HTTP 400 Log text is required
Error 104921 HTTP 400 Invalid log category
Error 101281 HTTP 400 Too many {0} parameters. Maximum is {1}.
Error 100175 HTTP 400 To date must be equal to, or later than from date.
Error 105710 HTTP 400 Invalid output type