question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Converting data identifier from older API

See original GitHub issue

Using the paintings data generated using the new branch, I would like to get the details on the painting given by the V2 API endpoint, which offers significantly more details regarding the painting. The problem is that the endpoint requires id rather than contentId. Is there a way to get the id from just the contentId?

Example of desired response from new API Corresponding information from old API

The only option I can think of is to use the V2 search API with the url given by the V1 API, but this is inconsistent and requires parts of the url to be omitted to ensure a response.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lucasdavidcommented, Jun 24, 2022

You can open the PR fixing this. 😃 I see, no problem.

0reactions
wemoveon2commented, Jun 24, 2022

Yup, feel free to close the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eimListIdentifiers()--List EIM Identifiers - IBM
The eimListIdentifiers() function returns a list of identifiers in the EIM domain. idName can be used to filter the results returned.
Read more >
Data Conversion - OutSystems 11 Documentation
Returns true if Long Integer 'l' can be converted to an Integer value. LongIntegerToIdentifier, Converts Long Integer 'l' to a Long Integer ...
Read more >
Data type conversion (Database Engine) - SQL Server
In this article. Data types can be converted in the following scenarios: When data from one object is moved to, compared with, or...
Read more >
Best practices for unique identifiers - Android Developers
This document provides guidance for selecting appropriate identifiers for your app based on your use case. For a general look at Android permissions, ......
Read more >
API design: Choosing between names and identifiers in URLs
The best APIs implement both permalink URLs based on identifiers for stable ... renaming and reorganizing the name hierarchy turn out to be ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found