Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,494 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11946

    Hello Mark,

    Please check the documentation, I have an example for request and response.Give the feedback by checking yourself or by asking admin.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11944

    Hello Mark,

    There is nothing new to update you today. I am making the documentation on rough page. Once it completed, i will update you

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11941

    Hello Mark,

    Your concern about the customer API, I have checked the API response and sent you the response.
    I am hoping that the person who is testing the API is familiar with API handling.

    Don’t worry i will do something in documentation that can make end user easier to understand.
    Below is a sample code which can be used to get the response.

    const formdata = new FormData();
    formdata.append(“name”, “webmakely”);

    const requestOptions = {
    method: “GET”,
    body: formdata,
    redirect: “follow”
    };

    fetch(“https://portal.voip.us/api/get-pending-number?name=Webmaklay”, requestOptions)
    .then((response) => response.text())
    .then((result) => console.log(result))
    .catch((error) => console.error(error));

    NOTE: There is various method using which third party user can get the response and display as they wish to display on there own website. Currently the code i provided to you is “JavaAscript-Fetch” method.

    FYI: I am working on admin side Miscellaneous Settings , so there is nothing to be worried about any changes you noticed on this page.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11940

    Hello Mark,

    thank you for your reply.

    I am currently making changes on Miscellaneous Setting page. So please do not make any changes on that page. After changes are complete i will update you.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11935

    Hello Mark.

    Thank you for your replay.

    For miscellaneous Tab : I will enhance the page user interface.

    For API :
    Can you please explain it more? Where & How the user get issue on API so I can test it if i missed something?

    As I tested the API For user Great Number inc here are some screenshot of response:

    All Numbers : https://ibb.co/VxVjgR6
    Active Numbers : https://ibb.co/Vxn9h7n
    Inventory Numbers : https://ibb.co/dB8RDz8

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11936

    Hello Mark,

    Please find the the post #11935

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11932

    Hello Mark,

    Thank you for your reply.

    We do not have any CLEC page on Voip portal. So, this issue is not generated/conflicting by my code.

    • This reply was modified 1 year, 6 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11930

    Hello Mark,

    Yes, You can test all task of customer API.Please don’t forget to give you feedback about API response.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11927

    Hello Mark,

    The Customer list i am getting from the telinta (means all user i am getting in selection box is registered in telinta.

    For the question from you about the error in API testing :
    Mark you are doing wrong. The url i have provided to you is not a web url. It is an API url. So need to provide required field in url to get the result.

    Below is an example url for you to test.
    https://portal.voip.us/api/get-all-number?name=Webmaklay

    NOTE: Remember the name of the user is always mandatory, without user name i can not find the specific user data.

    • This reply was modified 1 year, 6 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11922

    Hello Mark,

    I am working on download numbers API .
    I have fixed some spelling mistake as per my understanding. You, please ask the admin to test the customer API functionality and give his feedback. If there is anything i made mistake or need some changes . I am ok to make them change.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11917

    Hello Mark,

    Thanks for reply, and i am happy to see that you like the documentation design.
    Yes, you are right i have enough task to do, i have have not finished the API task.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11915

    Hello Mark,

    Below is url for API documentation.Please check the design of the document and also you can ask admin to test the API. May be somehow i am missing something or giving something extra to the user you can ask me to change or update.

    document url: https://portal.voip.us/public/temp/documentation.html

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11909

    Hello Mark,

    By end of the day i will try to provide you something to test about Customer’s API. But don’t worry if you get something wrong or unwanted during testing. Because i have yet to finish full development.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11907

    Hello Mark,

    Thanks for update.
    We are working on customer’s API development.

    Nishit Shan
    Participant
    Post count: 1494
    in reply to: Voip Modules #11902

    Hello Mark,

    Yes, I am following the Andrey’s comment.
    They have only mention to need four type of API. For All number, Inventory Number, Pending Number and Active number and one important instruction was that no user’s should get each other’s number information. Like if webmakely is fetching all number then only webmakely’s all number they can see.

Viewing 15 posts - 721 through 735 (of 1,494 total)