Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

It is hard to get a link to items #12

Description

@btanner

According to the API Docs (https://developers.podio.com/doc/items/get-item-22360)
GET /item/{item_id}

Returns a ton of useful information. This information includes things like:
"link": The full link to the item
and
"item_name": The name of an item in the app,

However, when you use ItemAPI.getItem(int itemID), you get back an Item which does not carry this information.

In fact, after some (but not much) digging, it seems the Item-related class that has this info is ItemBadge, which comes from an ItemsResponse after something like itemAPI.getItems(appID...)

So, if you actually have the itemID, and then you pull the full item down via the API through the Java Library, there seems to be no easy way to get a direct link or even the internal id of that item which could be used to build a link.

ItemMicros (which come from following references) don't seem to have this info either.

Clearly the API is returning this info, so perhaps we could get access to it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions