Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODKBEKBJ-481

...

Methodkb-ebsco-javaAPIGEECost-Per-Use
GET
/eholdings/packages/{packageId}/costperuse
GET /uc/costperuse/package/<package_id>
/api/costperuse/package/{listId}
GET
/eholdings/packages/{packageId}/titlesresources/costperuse
POST /uc/costperuse/titles
/api/costperuse/titles
GET
/eholdings/titles/{titleId}/costperuse
GET /uc/costperuse/title/<title_id>/<package_id>
/api/costperuse/title/{kbid}/{listId}
GET
/eholdings/resources/{resourceId}/costperuse
GET /uc/costperuse/title/<title_id>/<package_id>
/api/costperuse/title/{kbid}/{listId}

...

Methodkb-ebsco-javaParametersDescriptionPermission
GET
/eholdings/packages/{packageId}/costperuse
  • platform = [PUBLISHERpublisher, NO_PUBLISHERnonPublisher, ALL all]
  • fiscalYear = <year>
Retrieve consolidation information for a particular package 
"kb-ebsco.packages-costperuse.item.get"
GET
/eholdings/packages/{packageId}/titlesresources/costperuse
  • platform =   [PUBLISHERpublisher, NO_PUBLISHERnonPublisher, ALL all]
  • order=<ASC, DESC>fiscalYear = <year>
  • size=<integer>
  • page=<integer>
Retrieve consolidation information for titles included to a package
"kb-ebsco.packages.titles-costperuse.item.get"
GET
/eholdings/titles/{titleId}/costperuse
  • packageId=<package_id>
  • platform =   [PUBLISHERpublisher, NO_PUBLISHERnonPublisher, ALL all]
  • fiscalYear = <year>
Retrieve consolidation information for a particular title
"kb-ebsco.titles-costperuse.item.get"
GET
/eholdings/resources/{resourceId}/costperuse
  • platform =   [PUBLISHERpublisher, NO_PUBLISHERnonPublisher, ALL all]
  • fiscalYear = <year>
Retrieve consolidation information for a particular resource
"kb-ebsco.resources-costperuse.item.get"


mod-kb-ebsco-java Data Structure

MethodImageSample data response
GET /eholdings/packages/{packageId}/costperuse 
+
GET /eholdings/packages/{packageId}/titlesresources/costperuse



Code Block
titleGET /eholdings/packages/{packageId}/costperuse
{
  "data": [
    {
      "type": "packageCostPerUse",
      "attributes": {
        "platforms": [
          {
            "name": "InjentaConnect"
          },
          {
            "name": "Proquest"
          },
          {
            "name": "Willey Interscience"
          },
          {
            "name": "Willey Online Library"
          }
        ],
        "analysis": {
          "publisherPlatforms": {
            "cost": 5175,
            "usage": 6149,
            "costPerUse": 0.8416002602
          }
        }
      }
    }
  ]
}


Code Block
titleGET /eholdings/packages/{packageId}/costperuse/titles
{
  "data": [
    {
      "type": "packageTitleCostPerUse",
      "attributes": {
        "resources": [
          {
            "id": "1-473-356",
            "attributes": {
              "cost": 141.8806,
              "usage": 26,
              "costPerUse": 5.456946153846153,
            }
          },
          {
            "id": "5-473-491",
            "attributes": {
              "cost": 100.0,
              "usage": 15,
              "costPerUse": 6.666666666666667,
            }
          }
        ]
      }
    }
  ]
}



Warning

To calculate a "Package cost" for packages with a large number of titles we may use data stored in mod-kb-ebsco-java 'holdings' table and return results by pages where default value is 25 and the max value is 100. example 

/eholdings/packages/{packageId}/titles/costperuse?page=1&order=ASC

Note

'Package Cost' value may not always be present in the response from APIGEE, in this case, the 'Package Cost' value should be calculated by retrieving all individual titles and sum up costs.



GET /eholdings/titles/{titleId}/costperuse


Code Block
{
  "data": [
    {
      "type": "titleCostPerUse",
      "attributes": {
        "platforms": [
          {
            "name": "InjentaConnect",
            "isPublisherPlatform": "true",
            "counts": [60, 55, 50, 110, 65, 50, 50, 100, 50, 130, 68, 56],
            "total": 844
          },
          {
            "name": "Proquest",
            "isPublisherPlatform": "false",
            "counts": [75, 80, 80, 105, 85, 75, 75, 75, 75, 100, 75, 75],
            "total": 975
          },
          {
            "name": "Willey Interscience",
            "isPublisherPlatform": "true",
            "counts": [40, 40, 40, 90, 50, 25, 22, 30, 24, 60, 40, 20],
            "total": 481
          },
          {
            "name": "Willey Online Library",
            "isPublisherPlatform": "true",
            "counts": [50, 60, 61, 89, 80, 65, 75, 55, 80, 120, 80, 85],
            "total": 900
          }
        ],
        "analysis": {
          "publisherPlatforms": {
            "cost": 800.00,
            "usage": 2225,
            "costPerUse": 0.359550561797753
          },
          "nonPublisherPlatforms": {
            "cost": 500.00,
            "usage": 900,
            "costPerUse": 0.555555555555556
          }
        }
      }
    }
  ]
}


"Platform usage" values for "Total for all publisher platforms" can be found by adding the parameter  'aggregatedFullText' = false, means that "Publisher" = true

"Total for all non-publisher platforms" by 'aggregatedFullText' = true, means that "Publisher" = false


Warning

"Cost" for "Total for all publisher platforms" and "Total for all non-publisher platforms" is to be defined because currently there is no difference for the value analysis.current.cost returned in both cases 'aggregatedFullText' = false,'aggregatedFullText' = true



GET /eholdings/resources/{resourceId}/costperuse




Code Block
titleaggregatedFullText=false
{
  "data": [
    {
      "type": "resourceCostPerUse",
      "attributes": {
        "platforms": [
          {
            "name": "InjentaConnect",
            "counts": [60, 55, 50, 55, 65, 50, 50, 100, 50, 130, 68, 56],
            "total": 789
          },
          {
            "name": "Willey Interscience",
            "counts": [75, 80, 80, 105, 85, 75, 75, 75, 75, 100, 75, 75],
            "total": 975
          },
          {
            "name": "Willey Online Library",
            "counts": [40, 40, 40, 90, 50, 25, 22, 30, 24, 60, 40, 20],
            "total": 481
          }
        ],
        "analysis": {
          "publisherPlatforms": {
            "cost": 800.00,
            "usage": 2225,
            "costPerUse": 0.359550561797753
          }
        }
      }
    }
  ]
}



...